Click or drag to resize

Permission Class

Defines the access that a user has to a folder.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangePermission

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Permission

The Permission type exposes the following members.

Constructors
  NameDescription
Public methodPermission
Initializes a new instance of the Permission class.
Top
Properties
  NameDescription
Public propertyCanCreateItems
Indicates whether a user has permission to create items in a folder.
Public propertyCanCreateSubFolders
Indicates whether a user has permission to create subfolders in a folder.
Public propertyDeleteItems
Indicates whether a user has permission to delete items in a folder.
Public propertyEditItems
Indicates whether a user has permission to edit items in a folder.
Public propertyIsFolderContact
Indicates whether a user is a contact for a folder.
Public propertyIsFolderOwner
Indicates whether a user is the owner of a folder.
Public propertyIsFolderVisible
Indicates whether a user can view a folder.
Public propertyLevel
Represents the combination of permissions that a user has on a folder.
Public propertyReadItems
Indicates whether a user has permission to read items within a folder.
Public propertyUserId
Identifies a delegate user or a user who has folder access permissions.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Permission object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also